Open
Conversation
xdlbdy
reviewed
Feb 25, 2023
| "github.com/linkall-labs/vanus/internal/primitive/transform/function" | ||
| ) | ||
|
|
||
| // NewTodayAction ["today", "path", "timeZone"] |
Contributor
There was a problem hiding this comment.
the param path is target path ,it isn't an original path
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #464 +/- ##
==========================================
- Coverage 57.71% 57.26% -0.46%
==========================================
Files 180 186 +6
Lines 14614 15031 +417
==========================================
+ Hits 8434 8607 +173
- Misses 5552 5792 +240
- Partials 628 632 +4
Continue to review full report at Codecov.
|
Contributor
|
@avinashb98 We have left some suggestions for you, please have a look. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: close #462
Problem Summary
The function is used to get the current date(format: YYYY-MM-DD) in a specific TimeZone. And assign it to the target JSON path.
The Time Zone will be UTC if users don't specify it.
What is changed and how does it work?
todayCheck List
Tests